Conversation
Contributor
Author
|
Same issue as #1648 (comment) |
Contributor
|
I think the test problem might be that we have some Jackson Scala dependencies forced in @aokolnychyi, do you have more context on that? I'm not sure that those are even used. I don't see dependencies on |
kou
pushed a commit
to apache/arrow
that referenced
this pull request
Jan 14, 2021
At Iceberg we're looking into consolidating the versions, see apache/iceberg#2084. The latest Spark release is still on 2.10, and I wanted to bump everything to at least 2.11. Closes #9189 from Fokko/ARROW-11236 Authored-by: Fokko Driesprong <fokko@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
c773e2a to
e700bfc
Compare
e700bfc to
24c6653
Compare
Contributor
Author
|
@rdblue that did the trick, thanks! |
Contributor
|
I think this is okay, but I'd prefer to get it in after the 0.11.0 release is out so that we don't accidentally introduce a library incompatibility with little time to catch it. Is that okay with you, @Fokko? |
Contributor
Author
Contributor
|
@Fokko, could you rebase this? Now that 0.11.0 is out, we can get it into master. |
…into fd-bump-jackson
Contributor
Author
|
Awesome, sure thing. Pulled in latest master, and resolved the conflicts! |
Contributor
|
@aokolnychyi FYI |
Contributor
|
Thanks for the update, @Fokko! |
kou
pushed a commit
to apache/arrow-java
that referenced
this pull request
Nov 25, 2024
At Iceberg we're looking into consolidating the versions, see apache/iceberg#2084. The latest Spark release is still on 2.10, and I wanted to bump everything to at least 2.11. Closes #9189 from Fokko/ARROW-11236 Authored-by: Fokko Driesprong <fokko@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Will solve issues in #1648 (comment)
Quoting @rdblue: